Skip to content

Support Python 3.14#293

Merged
valeriupredoi merged 5 commits intomainfrom
python314
Oct 16, 2025
Merged

Support Python 3.14#293
valeriupredoi merged 5 commits intomainfrom
python314

Conversation

@valeriupredoi
Copy link
Copy Markdown
Collaborator

@valeriupredoi valeriupredoi commented Oct 8, 2025

Description

Closes #292

Support for new Python 3.14. The only conda-forge dependency that doesn't talk well with 3.14 is Dask (probably after 2025.10), but Dask is not a direct dependency for us, aside from the dask-demo - @davidhassell I removed Dask from the conda-forge deps list, but keeping it as an install dependency in pyproject.toml, to have it installed from PyPI.

Before you get started

Checklist

  • This pull request has a descriptive title and labels
  • This pull request has a minimal description (most was discussed in the issue, but a two-liner description is still desirable)
  • [ ] Unit tests have been added (if codecov test fails)
  • Any changed dependencies have been added or removed correctly (if need be)
  • [ ] If you are working on the documentation, please ensure the current build passes
  • All tests pass

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.00%. Comparing base (4a6d5a3) to head (12070ef).
⚠️ Report is 26 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #293   +/-   ##
=======================================
  Coverage   86.00%   86.00%           
=======================================
  Files           7        7           
  Lines         643      643           
=======================================
  Hits          553      553           
  Misses         90       90           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@valeriupredoi
Copy link
Copy Markdown
Collaborator Author

@davidhassell as discussed offline, dask is now a demo only optional dependency 2fed6b6 🍺

@valeriupredoi
Copy link
Copy Markdown
Collaborator Author

@davidhassell as discussed offline, dask is now a demo only optional dependency 2fed6b6 🍺

frenly ping @davidhassell 🍺

Copy link
Copy Markdown
Collaborator

@davidhassell davidhassell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grand.

@valeriupredoi
Copy link
Copy Markdown
Collaborator Author

thanky much @davidhassell 🍺

@valeriupredoi valeriupredoi merged commit fa328b4 into main Oct 16, 2025
4 checks passed
@valeriupredoi valeriupredoi deleted the python314 branch October 16, 2025 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Python 3.14

2 participants